Skip to content

chore(deps): update all non-major dependencies #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@azure/identity (source) 4.10.0 -> 4.11.1 age confidence dependencies minor
@azure/storage-blob (source) 12.27.0 -> 12.28.0 age confidence dependencies minor
@nuxt/eslint (source) 1.4.1 -> 1.8.0 age confidence devDependencies minor
@playwright/test (source) 1.52.0 -> 1.54.2 age confidence devDependencies minor
@unocss/nuxt (source) 66.1.3 -> 66.4.2 age confidence dependencies minor
lint-staged 16.1.0 -> 16.1.5 age confidence devDependencies patch
mcr.microsoft.com/playwright v1.52.0-noble -> v1.54.2-noble age confidence container minor
nitropack 2.11.12 -> 2.12.4 age confidence dependencies minor
nuxt-og-image (source) 5.1.4 -> 5.1.9 age confidence dependencies patch
pnpm (source) 10.11.1 -> 10.14.0 age confidence packageManager minor
simple-git-hooks 2.13.0 -> 2.13.1 age confidence devDependencies patch
typescript (source) 5.8.3 -> 5.9.2 age confidence devDependencies minor
unstorage (source) 1.16.0 -> 1.16.1 age confidence devDependencies patch

Release Notes

Azure/azure-sdk-for-js (@​azure/identity)

v4.11.1

Compare Source

v4.11.0

Compare Source

v4.10.2

Compare Source

v4.10.1

Compare Source

nuxt/eslint (@​nuxt/eslint)

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source

v1.53.1

Compare Source

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137
unocss/unocss (@​unocss/nuxt)

v66.4.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v66.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.4.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.3.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.3.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.3.1

Compare Source

No significant changes

    View changes on GitHub

v66.2.3

Compare Source

   🚀 Features
    View changes on GitHub

v66.2.2

Compare Source

   🚀 Features
    View changes on GitHub

v66.2.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
lint-staged/lint-staged (lint-staged)

v16.1.5

Compare Source

Patch Changes

v16.1.4

Compare Source

Patch Changes
  • #​1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Compare Source

Patch Changes
  • #​1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

nitrojs/nitro (nitropack)

v2.12.4

Compare Source

compare changes

🩹 Fixes
  • vercel: Valid regex for o11y routes (#​3500)

v2.12.3

Compare Source

compare changes

🩹 Fixes
  • config: Fallback to nitro-dev for older compatibility dates (#​3487)
  • Store nitro.json commands relative to output dir (#​3492)
  • cloudflare: Lowercase auto generated worker name (#​3490)
❤️ Contributors

v2.12.2

Compare Source

compare changes

🩹 Fixes
  • cloudflare, aws-lambda: Optional access to options (#​3482)

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • build: Resolve deploy and preview commands (#​3481)

v2.12.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Respect output configs for preview/deploy command tips (#​3388)
  • cloudflare-module: Generate _headers in dist (#​3442)
  • azure: Prefer bodyBuffer for request body (#​3375)
  • cloudflare: Fix tips for the preview/deploy commands (#​3389)
  • vercel: Clamp runtime config to valid node versions (#​2824)
💅 Refactors
  • cloudflare: Update wrangler types (#​3436)
📖 Documentation
  • cache: Add note about normalizing keys (#​3459)
❤️ Contributors

v2.11.13

Compare Source

compare changes

🩹 Fixes
  • types: Resolve absolute paths for type imports (#​3368)
  • cloudflare: Global process.env polyfill (#​3401)
  • dev: Only use build dir for output (#​3413)
  • types: Enable skipLibCheck by default (#​3373)
  • exaternals: Add an option to change output node_modules permission (#​3419)
💅 Refactors
  • Depend on unenv polyfill for global (#​3364)
  • Add tsConfig to types:extend hook (#​3399)
  • Update unenv and node compat (#​3421)
📖 Documentation
❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)

v5.1.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified [#​9750](https://redirect.github.com/pnpm/pnpm/pu

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd4ff9e to 4da43e4 Compare June 9, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4da43e4 to 91296c5 Compare June 10, 2025 04:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91296c5 to 01b7aef Compare June 10, 2025 09:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01b7aef to 2bfd615 Compare June 10, 2025 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2bfd615 to 597b3f9 Compare June 11, 2025 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 597b3f9 to e065cc2 Compare June 11, 2025 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e065cc2 to 9e24064 Compare June 12, 2025 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9e24064 to ec7a46e Compare June 15, 2025 12:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec7a46e to 5f24f3c Compare June 16, 2025 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f24f3c to 87efc2a Compare June 16, 2025 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87efc2a to 98e4665 Compare June 16, 2025 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98e4665 to 56df3be Compare June 17, 2025 15:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56df3be to 8f33a1b Compare June 17, 2025 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e39dc1e to aaa6f95 Compare August 10, 2025 21:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aaa6f95 to 98f743b Compare August 11, 2025 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98f743b to 9a6b1e2 Compare August 11, 2025 04:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a6b1e2 to e7313cb Compare August 11, 2025 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7313cb to 0e44197 Compare August 11, 2025 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e44197 to 904c937 Compare August 11, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 904c937 to efd9a8c Compare August 11, 2025 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efd9a8c to e881c3b Compare August 12, 2025 10:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e881c3b to 36eaa47 Compare August 12, 2025 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36eaa47 to 601de2d Compare August 12, 2025 20:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 601de2d to 774cbf8 Compare August 13, 2025 03:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 774cbf8 to 8bb908b Compare August 14, 2025 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bb908b to 9df8d9c Compare August 14, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants